home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 27 / 0 / DISK2706.ZIP / MKDIR.INS < prev    next >
Text File  |  1991-07-04  |  1KB  |  31 lines

  1. MKDIR     Used to create directories (Make Directories)
  2.           on the disk that will hold a unique qroup of
  3.           programs and files. (Can be abbrev as MD.)
  4.  
  5. Format:   MKDIR or MD [D:]Path:DirName
  6.  
  7. Example:           MKDIR \NEWDIR
  8.  
  9.    Creates a new directory on the CURRENT drive named
  10.    NEWDIR. This directory is immediately available for
  11.    storage of files and performing work in.
  12.  
  13. Example:         MKDIR \NEWDIR\DATA
  14.  
  15.    Creates a new directory on the CURRENT drive named
  16.    \NEWDIR\DATA. The \NEWDIR directory is the PARENT
  17.    directory of the \NEWDIR\DATA directory and it MUST
  18.    exist prior to the creation of the \NEWDIR\DATA
  19.    subdirectory.
  20.  
  21. Example:          MKDIR A:\DATABAK
  22.  
  23.    Creates a new directory on the diskette in drive A:
  24.    named DATABAK.
  25.  
  26.  
  27. [*]  The ROOT directory on the disk is designated by
  28.      the "\" character. The "\" designates that it is
  29.      a directory and the absense of a name shows that
  30.      it is the first, or ROOT, on the disk.
  31.